'宣言 Public Overloads Function ExportAsync( _ ByVal stream As System.IO.Stream, _ ByVal appointments As System.Collections.Generic.IList(Of Appointment), _ ByVal format As FileFormatEnum _ ) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task ExportAsync( System.IO.Stream stream, System.Collections.Generic.IList<Appointment> appointments, FileFormatEnum format )
パラメータ
- stream
- 予定データのエクスポート先のストリームを指定する System.IO.Streamオブジェクト。
- appointments
- エクスポートする System.Collections.Generic.IList`1。
- format
- FileFormatEnum値。
戻り値の型
戻り値はありません。